SVN: Checkout, Multi-Repo, Optimizations & Clean-up #104
@ -231,6 +231,7 @@ class SVN_repository(PropertyGroup):
|
|||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
@property
|
||||||
def exists(self) -> bool:
|
def exists(self) -> bool:
|
||||||
return Path(self.directory).exists()
|
return Path(self.directory).exists()
|
||||||
|
|
||||||
@ -248,7 +249,8 @@ class SVN_repository(PropertyGroup):
|
|||||||
|
|
||||||
def authenticate(self, context):
|
def authenticate(self, context):
|
||||||
self.auth_failed = False
|
self.auth_failed = False
|
||||||
Processes.start('Authenticate')
|
if self.exists and self.is_cred_entered:
|
||||||
|
Processes.start('Authenticate')
|
||||||
|
|
||||||
username: StringProperty(
|
username: StringProperty(
|
||||||
name="Username",
|
name="Username",
|
||||||
|
Loading…
Reference in New Issue
Block a user